home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Students": "Text (20)",
- "Test1": "Long Integer",
- "Test2": "Long Integer"
- },
- "data": [
- {
- "Students": "Joe",
- "Test1": 65,
- "Test2": 78
- },
- {
- "Students": "Frank",
- "Test1": 34,
- "Test2": 67
- },
- {
- "Students": "Ted",
- "Test1": 12,
- "Test2": 34
- },
- {
- "Students": "Phil",
- "Test1": 34,
- "Test2": 56
- },
- {
- "Students": "Jill",
- "Test1": 87,
- "Test2": 93
- },
- {
- "Students": "Lisa",
- "Test1": 88,
- "Test2": 99
- },
- {
- "Students": "Judi",
- "Test1": 96,
- "Test2": 87
- },
- {
- "Students": "Vince",
- "Test1": 88,
- "Test2": 88
- },
- {
- "Students": "Mike",
- "Test1": 96,
- "Test2": 85
- },
- {
- "Students": "Larry",
- "Test1": 77,
- "Test2": 87
- },
- {
- "Students": "Marc",
- "Test1": 78,
- "Test2": 79
- }
- ]
- }